Fix two typos in gtk/gtktexttag.c.
https://bugzilla.gnome.org/show_bug.cgi?id=706335
/**
* GtkTextTag:paragraph-background-gdk:
*
- * The paragraph background color as a as a #GdkColor.
+ * The paragraph background color as a #GdkColor.
*
* Since: 2.8
*
/**
* GtkTextTag:paragraph-background-rgba:
*
- * The paragraph background color as a as a #GdkRGBA.
+ * The paragraph background color as a #GdkRGBA.
*
* Since: 3.2
*/